home *** CD-ROM | disk | FTP | other *** search
- Path: news.nstn.ca!news
- From: John Bears <jbears@admin.ucis.dal.ca>
- Newsgroups: comp.lang.c++
- Subject: Re: 32-bit DOS with Borland C++ 4.52
- Date: Thu, 15 Feb 1996 23:48:12 -0400
- Organization: Dalhousie University
- Message-ID: <3123FE7C.5C6D@admin.ucis.dal.ca>
- References: <3121A093.5524@mediaport.org>
- NNTP-Posting-Host: jbears.ucis.dal.ca
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win16; I)
- CC: jbears@admin.ucis.dal.ca
-
- I don't know about the powerpack but you can produce 32 bit Win32
- "console" (basically 32 bit dos) applications. (when targeting win32
- in bc4.52 you only have 2 choices - GUI or console)
-
- I have produced a simple 32 bit "console" cgi program (which does
- basically nothing more than output a bunch of printfs) under win95 and
- it ran in a dos window fine on both win95 and windowsnt 3.51
-
- you may want to try a few simple tests targeting win32/console
-
- John Bears
-